home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d3
/
cmdedit.arc
/
CMDSRC.ARC
/
MAKECMD.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1990-08-15
|
280 b
|
12 lines
masm cmdedit;
masm cmdmacro;
masm dirs;
masm edit;
masm history;
masm install;
masm strstack;
masm utl;
rem the module `install' must be the last one in the link command!
link /M cmdedit+cmdmacro+dirs+edit+history+strstack+utl+install ;
exe2bin cmdedit.exe cmdedit.com